home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / qdhelp.zip / QDHLPSRC.ZIP / RUNNING.QDH < prev    next >
Text File  |  1994-01-26  |  2KB  |  66 lines

  1. //
  2. // how to run the ASCII help builder program
  3. //
  4.  
  5. /topic RUNNING
  6.  
  7.     /title Running Quick and Dirty Help
  8.     /keywords run;running
  9.     /browse index,AUTO
  10.  
  11.     /para \sa300
  12.       /text \b\i\fs40,Running Quick and Dirty Help
  13.     /endpara
  14.  
  15.     /para
  16.       The following items contain information on running 
  17.       Quick and Dirty Help from the DOS command line. 
  18.     /endpara
  19.  
  20.     /para \sa300
  21.       The QDHELP program is invoked on the DOS command line.
  22.       The following syntax is used:
  23.      /endpara
  24.  
  25.     /para \box\sa300,\fs20
  26.       qdhelp inputfile [outputfile [headerfile]]
  27.     /endpara
  28.  
  29.     /defformat \sa150
  30.     
  31.     /para 
  32.       QDHELP generates a file named inputfile.hhh which 
  33.       contains #defines for context sensitive help.  If you include
  34.       this file in both your .hpj file and .c file you will be all
  35.       set to do context sensitive help.
  36.     /endpara
  37.     /para
  38.       To stop the output of the .hhh file use the /pragma noheader command.
  39.     /endpara
  40.  
  41.     /para 
  42.       QDHELP generates a file named inputfile.hpj which is the
  43.       file needed by the Microsoft help compiler.  When run with 
  44.       the flag the .hpj file will contain the correct .rtf file name
  45.       which is being generated.  If the -hC option is also on the
  46.       .hpj file will contain the inputfile.hhh include file for 
  47.       context sensitive help.
  48.     /endpara
  49.     /para
  50.       To stop the output of the .hpj file use the /pragma nohpj command.
  51.     /endpara
  52.  
  53.     /para
  54.       The outputfile is optional. If no output file name is
  55.       given the output will be written to the default file
  56.       inputfile.rtf. 
  57.     /endpara
  58.  
  59.     /para
  60.       If you specifiy an output you may also specify the name of the
  61.       header file generated.  If no name is given inputfile.hhh will
  62.       be used.
  63.     /endpara
  64.  
  65. /endtopic
  66.